Opened 11 years ago
Last modified 11 years ago
#42205 new submission
new rstudio-server Portfile
Reported by: | aphor (Jeremy McMillan) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | neverpanic (Clemens Lang) | |
Port: | rstudio-server |
Description
RStudio is an open-source IDE environment for the R statistical software. This port provides a web based user interface that can host multiple persistent resumable users' sessions on a large machine, shared across the web. This does not provide the QT based RStudio IDE. I got that to build, but it didn't work properly.
- This port is intended to peg the version to a known-good version, based on what RStudio.com is linking from their open source RStudio download page.
- Fetched files from Github fail to validate with default github.setup, so I forced fetch.type to git.
Attachments (1)
Change History (3)
comment:1 Changed 11 years ago by neverpanic (Clemens Lang)
Cc: | cal@… added |
---|---|
Keywords: | R removed |
Changed 11 years ago by aphor (Jeremy McMillan)
math/rstudio-server Portfile
comment:2 Changed 11 years ago by aphor (Jeremy McMillan)
changed portfile to add checksums and comment out fetch.type git to pull tarball(s)
Note: See
TracTickets for help on using
tickets.
Replying to jeremy.mcmillan@…:
You have to add checksums if you're not using
fetch.type git
. Not fetching with git is advisable, because it allows our mirrors to mirror the distfile and it doesn't require the additional git dependency for fetching. You can generate the required checksum line by usingport -v checksum
, which will print the correct line.