View Single Post
  #5   (View Single Post)  
Old 24th October 2017
hanzer's Avatar
hanzer hanzer is offline
Real Name: Adam Jensen
just passing through
 
Join Date: Oct 2013
Location: EST USA
Posts: 314
Default

Quote:
Originally Posted by jggimi View Post
They're not retained unless PKG_CACHE is set. See pkg_add(1).
Oh, geez; I might have downloaded the R package like 5 or 6 times while flailing about with this issue... Oops, sorry package hoster (is that a word?).

Quote:
Originally Posted by jggimi View Post
Edited to add: I think you might have a partial-R-3.4.1p0 still installed.
Don't know mess yo wit my head man.

Code:
hanzer@lucidrine:/home/hanzer:619 $ pkg_info -A | grep -i partial 
hanzer@lucidrine:/home/hanzer:620 $ pkg_check                     
Packing-list sanity: ok
Direct dependencies: ok
Reverse dependencies: ok
Files from packages: ok
--- dbus-daemon-launch-helper-1.10.22p0 -------------------
can't read /usr/local/libexec/dbus-daemon-launch-helper
hanzer@lucidrine:/home/hanzer:621 $ R --version
R version 3.4.1 (2017-06-30) -- "Single Candle"
Copyright (C) 2017 The R Foundation for Statistical Computing
Platform: x86_64-unknown-openbsd6.2 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under the terms of the
GNU General Public License versions 2 or 3.
For more information about these matters see
http://www.gnu.org/licenses/.

hanzer@lucidrine:/home/hanzer:622 $ R

R version 3.4.1 (2017-06-30) -- "Single Candle"
Copyright (C) 2017 The R Foundation for Statistical Computing
Platform: x86_64-unknown-openbsd6.2 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> q()
Save workspace image? [y/n/c]: n
hanzer@lucidrine:/home/hanzer:623 $
What do you see, jggimi?
Reply With Quote