Filter
Exclude
Time range
-
Near
28 Feb 2025
the missing elements were: 1: manually add python{version}/libs to libpath environment variable 2: get a bunch of 'LNK2019: unresolved external symbol' errors from the 'magical dev environment' spitting out x86 libpaths 3: change x86 libpaths to x64 libpaths
1
3
148
12 Dec 2024
setwd(.libPaths()) url <- "cran.r-project.org/src/contr…" pkgFile <- "tidysynth_0.2.0.tar.gz" download.file(url = url, destfile = pkgFile) @ install.packages(c("kernlab", "rgenoud", "optimx")) install.packages(pkgs=pkg_file, type="source", repos=NULL) library(tidysynth) unlink(pkgFile)

1
2
318
Replying to @jdatap
it searches in the order provided by .libPaths() for reference: stackoverflow.com/questions/…

4
107
12 Sep 2024
Does anyone know how #rstats resolves library() and require() calls when .libPaths returns multiple paths? When a package exists in all paths, which is loaded?
2
1
2
900
Windowsだと思いますが、パッケージのインストール先をユーザーディレクトリにすると、管理者権限なしで大丈夫かもです。 例えば%USERPROFILE%\R_LIBSにする場合は、 with(list(R_LIBS=paste(Sys.getenv("USERPROFILE"), "R_LIBS", sep="/")), { .libPaths(R_LIBS) }) を%USERPROFILE%\.Rprofileに。
会社でRをインストールできたって思ったら、パッケージのインストールがアドミ権限ないと無理っぽくて詰んだ。 この世はPythonにしか人権はないらしい😭
1
4
721
In today's WTF chronicles (for all my statistician colleagues), in the R programming language, you may be accustomed to grabbing the base library directory with .libPaths(.Library) but BEWARE! TIL setting R_LIBS_SITE can cause this to return multiple paths
1
1
664
24 Oct 2023
Replying to @iqqqiiiq
4.2.Xから4.3.0のようにマイナーバージョン以上の更新を行うとパッケージのインストール先が変更されますね(.libPaths()で確認できる)。
6
359
Why did @LibraryTmhs decide to switch to #ConcordInfiniti & #LibPaths for its school library management system? Find out in this short case study video... 📹👀 Get in touch today for a FREE demo! 📚 youtube.com/watch?v=fzFsMgtb…
1
2
63
Andrea is looking forward to catching up with SLASA members today. See show how #LibPaths and #ConcordInfiniti can enhance your School Library's presence.
3
120
Replying to @DavidKButlerUoA
We've started using LibPaths which has been set up by the librarian. Each learning area contributes resources they want to direct their students to use.
1
74
It was a blast at #ASLA2023. It was great to catch up with our Infiniti and LibPaths users and get to know Tweeps in person. Thanks to everyone who visited our stand.
#LibPaths allows #SchoolLibraries to create engaging #OnlineLearning portals with ease. Want to know more? Check out this sample portal & consider booking a demo with the #ConcordInfiniti team: libpaths.concordinfiniti.com…
1
1
3
154
Thank you Hajnalka. Adam, Andrea and Colin would love to chat with your #ASLA2023 colleagues and show them how #LibPaths works with a variety of Library and Learning Management Systems.
Replying to @emmajanereading
And shout out to @ConcordInfiniti team and their LibPaths
2
104
We are delighted to be in the @library_TTS catching up with customers and delegates at #lksw2023. Drop by our stand and let Andrea show you the latest developments in #ConcordInfiniti and #LibPaths.
3
66
Replying to @ConcordAU
Awww, thanks @ConcordInfiniti Nope - still in Australia and still making the most of the wonderful LibPaths. We are close to hitting 200. I shared these features and more with Amy when we chatted about the things I love about Infiniti and LibPaths.
2
2
118
Just discovered that switching to the new version of Google Analytics for our library management system @ConcordInfiniti shows page views by OPAC search, LibPaths and more. Oh, this is a game changer for collecting useful stats. 🥳🥳 Excuse me while I happy dance.
1
2
6
773
Orthogonal: #r2u offers a complete .libPaths() for the default (current) #Rstats, with full dependency resolution, as binaries, fast. That, Just. Works. You can combine it with different R interpreters if you set their .libPaths(). They may complain about newer package builds.
1
2
Instead of using .libPaths() in an ~/.Rprofile, I recommend: R_LIBS_USER=~/R/%p-library/%v in ~/.Renviron. No need to tweak when R is updated. This is what the MS Windows default used to be and expands the correct R version, e.g. C:\Users\alice\Documents\R\win-library\4.2.2 2/
1
1
2
The key is to install into C:\users\<username>\Documents\R\ blah blah by setting this as the first directory in .libPaths() then create an .RProfile in your OneDrive\Documents using this .libPaths() so that each time you start R it picks up the right location.
2
2