Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions build/pkgs/r/SPKG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@ Upstream Contact

- https://www.r-project.org
- R mailing list, #R in IRC


Special Installation Instructions
---------------------------------

In the Sage distribution, ``r`` is a "dummy" package:
It is here to provide information about equivalent system packages.
R cannot be installed using the Sage distribution.
Please install it manually, either using one of the system package
commands shown here or following the upstream instructions
at https://www.r-project.org
1 change: 1 addition & 0 deletions build/pkgs/r/distros/conda.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
r
r-essentials
r-lattice
14 changes: 9 additions & 5 deletions build/pkgs/rpy2/SPKG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ License
-------

- GPL 2+
- Note that we have deleted references to Mozilla PL as an option,
which we are allowed to do by the full rpy2 license in order to
remain GPL-compatible


Upstream Contact
----------------

- https://rpy2.bitbucket.io
- https://github.com/rpy2/rpy2

Special Installation Instructions
---------------------------------

In the Sage distribution, ``rpy2`` is a "semi-standard" package: It will be
automatically installed by the Sage distribution if a suitable system
installation of R is detected by ``configure``. (Note that Sage no longer
ships and installs its own copy of R.)
1 change: 1 addition & 0 deletions src/sage/features/standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ def all_features():
PythonModule('ptyprocess', spkg='ptyprocess', type='standard'),
PythonModule('pyparsing', spkg='pyparsing', type='standard'),
PythonModule('requests', spkg='requests', type='standard'),
PythonModule('rpy2', spkg='rpy2', type='standard'),
PythonModule('scipy', spkg='scipy', type='standard'),
PythonModule('sympy', spkg='sympy', type='standard')]
Loading