Displaying 8 results from an estimated 8 matches for "rcppapt".
Did you mean:
cppapi
2018 Sep 04
0
How do I prevent macOS from attempting to build my package?
...done, a metric ton of work around R and OS X / maxOS is the
only one who could change this but I cannot realistically ask him to keep a
number of (in some cases more difficult or esoteric) libraries afloat. And
some of these have now been missing on his platform for several years.
And in one case (RcppAPT, requiring libapt-dev) the build is even
imppossible. Now, the Fedora maintainer knows this and has the build
blacklisted.
Hence:
R> source("checkCRAN.R")
Package ERROR WARN NOTE OK
[...]
23 RcppAPT 2 4...
2018 May 02
4
Advice on upgrading to 3.5.0
I'd be interested to hear views on how and when Ubuntu users should upgrade
to R 3.5.0.
I made the upgrade a few days ago but reverted because of issues installing
packages such as rJava, which I installed on the system with r-cran-rjava.
Also any advice on how to do a clean uninstall of the previous version
before making the leap greatly appreciated.
Thank you.
Robin
[[alternative HTML
2018 May 03
2
Advice on upgrading to 3.5.0
...you can keep. If you
| really need to upgrade you probably want to purge r-cran-* and
| r-base-* and reinstall from the new ppa.
Maybe the interfaces to the package systems can help: ie update.packages()
has 'checkbuilt' option may be useful. On the Linux side I added a few
queries to the RcppAPT package, so it can tell you which packages depend on
older R versions like 3.4.* (or older).
Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2017 Nov 19
2
Debian backport on Stretch?
Le Sat, Nov 18, 2017 at 03:26:53PM -0800, Bill Harris a ?crit :
> Incidentally, you can see a bit more complete description at
> https://unix.stackexchange.com/questions/402560/how-do-i-install-r-on-debian-stretch-given-the-r-api-3-issue
> .
Hi Bill and everybody,
if one installs R >= 3.4.2 from any source, then some Debian packages
will be broken. The change of r-api virtual
2017 Nov 19
0
Debian backport on Stretch?
...table", and "testing"); my deployments at work
and elsewhere happens to be on Ubuntu (different story).
So I cannot speak to the state of these backports as that is a project by
Johannes outside of the official Debian scope. He may chime in.
Dirk
[1] http://eddelbuettel.github.io/rcppapt/binnmuAfterR340.html
--
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2018 May 02
0
Advice on upgrading to 3.5.0
...d to ensure you have no old r-cran-*
packages with binary code left as that code would not load.
So if in doubt, don't upgrade.
Check your system, do 'dpkg -l | grep r-cran' (and/or r-bioc). Use 'apt
cache policy r-cran-abc' to check on a (hypothetical) package abc. (We have
RcppAPT to query apt from R too.)
For Ubuntu, we opted for some flexibility by NOT imposing the r-api-3*
tags. If you want, and know what you are doing, you _can_ upgrade now, use
what is available as binaries (r-recommended plus some more) and then
complement with local installation into /usr/local/lib/R...
2018 May 03
0
Advice on upgrading to 3.5.0
...ally need to upgrade you probably want to purge r-cran-* and
> | r-base-* and reinstall from the new ppa.
>
> Maybe the interfaces to the package systems can help: ie update.packages()
> has 'checkbuilt' option may be useful. On the Linux side I added a few
> queries to the RcppAPT package, so it can tell you which packages depend on
> older R versions like 3.4.* (or older).
>
> Dirk
>
--
Dr. Michael A. Rutter
Associate Director, School of Science
Associate Professor of Statistics
Penn State Erie, The Behrend College
Station Road
Erie, PA 16563
http://math.bd....
2018 May 02
1
Advice on upgrading to 3.5.0
...gt; packages with binary code left as that code would not load.
>
> So if in doubt, don't upgrade.
>
> Check your system, do 'dpkg -l | grep r-cran' (and/or r-bioc). Use 'apt
> cache policy r-cran-abc' to check on a (hypothetical) package abc. (We
> have
> RcppAPT to query apt from R too.)
>
> For Ubuntu, we opted for some flexibility by NOT imposing the r-api-3*
> tags. If you want, and know what you are doing, you _can_ upgrade now, use
> what is available as binaries (r-recommended plus some more) and then
> complement with local installati...