dplyr no longer in library
up vote
0
down vote
favorite
I had dplyr and tidyverse installed and used for various tasks and projects, since update of my mac OS to 10.14.1 R-Studio no longer finds the package dplyr and tidyverse other parts of the tidyverse still work.
i have R Studio Version 1.1.419 installed on a macbook also, the same problem all code using parts of dplyr result in error messages.
The error message is: Warning in install.packages :
installation of package 'dplyr' had non-zero exit status
install.packages("Rcpp", dependencies=TRUE) worked with some warnings: tar: Failed to set default locale
macos dplyr install macos-mojave
|
show 4 more comments
up vote
0
down vote
favorite
I had dplyr and tidyverse installed and used for various tasks and projects, since update of my mac OS to 10.14.1 R-Studio no longer finds the package dplyr and tidyverse other parts of the tidyverse still work.
i have R Studio Version 1.1.419 installed on a macbook also, the same problem all code using parts of dplyr result in error messages.
The error message is: Warning in install.packages :
installation of package 'dplyr' had non-zero exit status
install.packages("Rcpp", dependencies=TRUE) worked with some warnings: tar: Failed to set default locale
macos dplyr install macos-mojave
Sorry, but your question isn't very clearly stated. Also, I'm not sure how it relates to programming.
– maxpaj
Nov 10 at 23:34
Please include all the error message from R terminal and (if possible) the output of this command:sessionInfo()
– Tung
Nov 11 at 1:38
here is the output of the command sessionInfo: R version 3.5.1 (2018-07-02) Platform: x86_64-apple-darwin15.6.0 (64-bit) Running under: macOS 10.14.1 Matrix products: default BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib locale: [1] C [1] stats graphics grDevices utils datasets methods base [1] compiler_3.5.1 R6_2.3.0 tools_3.5.1 yaml_2.2.0
– AloesR2512
Nov 11 at 9:58
I am not sure also, my programs did work properly before updating the mac OS . Now I get the error message: Error: package or namespace load failed for 'tidyverse' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called 'dplyr'
– AloesR2512
Nov 11 at 10:04
I checked the list of installed and loaded packages, as dplyr was no longer on the list, I tried to reinstall both "dplyr" and "tidyverse" but both resulted in the error message shown above
– AloesR2512
Nov 11 at 10:06
|
show 4 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I had dplyr and tidyverse installed and used for various tasks and projects, since update of my mac OS to 10.14.1 R-Studio no longer finds the package dplyr and tidyverse other parts of the tidyverse still work.
i have R Studio Version 1.1.419 installed on a macbook also, the same problem all code using parts of dplyr result in error messages.
The error message is: Warning in install.packages :
installation of package 'dplyr' had non-zero exit status
install.packages("Rcpp", dependencies=TRUE) worked with some warnings: tar: Failed to set default locale
macos dplyr install macos-mojave
I had dplyr and tidyverse installed and used for various tasks and projects, since update of my mac OS to 10.14.1 R-Studio no longer finds the package dplyr and tidyverse other parts of the tidyverse still work.
i have R Studio Version 1.1.419 installed on a macbook also, the same problem all code using parts of dplyr result in error messages.
The error message is: Warning in install.packages :
installation of package 'dplyr' had non-zero exit status
install.packages("Rcpp", dependencies=TRUE) worked with some warnings: tar: Failed to set default locale
macos dplyr install macos-mojave
macos dplyr install macos-mojave
asked Nov 10 at 22:26
AloesR2512
1
1
Sorry, but your question isn't very clearly stated. Also, I'm not sure how it relates to programming.
– maxpaj
Nov 10 at 23:34
Please include all the error message from R terminal and (if possible) the output of this command:sessionInfo()
– Tung
Nov 11 at 1:38
here is the output of the command sessionInfo: R version 3.5.1 (2018-07-02) Platform: x86_64-apple-darwin15.6.0 (64-bit) Running under: macOS 10.14.1 Matrix products: default BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib locale: [1] C [1] stats graphics grDevices utils datasets methods base [1] compiler_3.5.1 R6_2.3.0 tools_3.5.1 yaml_2.2.0
– AloesR2512
Nov 11 at 9:58
I am not sure also, my programs did work properly before updating the mac OS . Now I get the error message: Error: package or namespace load failed for 'tidyverse' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called 'dplyr'
– AloesR2512
Nov 11 at 10:04
I checked the list of installed and loaded packages, as dplyr was no longer on the list, I tried to reinstall both "dplyr" and "tidyverse" but both resulted in the error message shown above
– AloesR2512
Nov 11 at 10:06
|
show 4 more comments
Sorry, but your question isn't very clearly stated. Also, I'm not sure how it relates to programming.
– maxpaj
Nov 10 at 23:34
Please include all the error message from R terminal and (if possible) the output of this command:sessionInfo()
– Tung
Nov 11 at 1:38
here is the output of the command sessionInfo: R version 3.5.1 (2018-07-02) Platform: x86_64-apple-darwin15.6.0 (64-bit) Running under: macOS 10.14.1 Matrix products: default BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib locale: [1] C [1] stats graphics grDevices utils datasets methods base [1] compiler_3.5.1 R6_2.3.0 tools_3.5.1 yaml_2.2.0
– AloesR2512
Nov 11 at 9:58
I am not sure also, my programs did work properly before updating the mac OS . Now I get the error message: Error: package or namespace load failed for 'tidyverse' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called 'dplyr'
– AloesR2512
Nov 11 at 10:04
I checked the list of installed and loaded packages, as dplyr was no longer on the list, I tried to reinstall both "dplyr" and "tidyverse" but both resulted in the error message shown above
– AloesR2512
Nov 11 at 10:06
Sorry, but your question isn't very clearly stated. Also, I'm not sure how it relates to programming.
– maxpaj
Nov 10 at 23:34
Sorry, but your question isn't very clearly stated. Also, I'm not sure how it relates to programming.
– maxpaj
Nov 10 at 23:34
Please include all the error message from R terminal and (if possible) the output of this command:
sessionInfo()
– Tung
Nov 11 at 1:38
Please include all the error message from R terminal and (if possible) the output of this command:
sessionInfo()
– Tung
Nov 11 at 1:38
here is the output of the command sessionInfo: R version 3.5.1 (2018-07-02) Platform: x86_64-apple-darwin15.6.0 (64-bit) Running under: macOS 10.14.1 Matrix products: default BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib locale: [1] C [1] stats graphics grDevices utils datasets methods base [1] compiler_3.5.1 R6_2.3.0 tools_3.5.1 yaml_2.2.0
– AloesR2512
Nov 11 at 9:58
here is the output of the command sessionInfo: R version 3.5.1 (2018-07-02) Platform: x86_64-apple-darwin15.6.0 (64-bit) Running under: macOS 10.14.1 Matrix products: default BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib locale: [1] C [1] stats graphics grDevices utils datasets methods base [1] compiler_3.5.1 R6_2.3.0 tools_3.5.1 yaml_2.2.0
– AloesR2512
Nov 11 at 9:58
I am not sure also, my programs did work properly before updating the mac OS . Now I get the error message: Error: package or namespace load failed for 'tidyverse' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called 'dplyr'
– AloesR2512
Nov 11 at 10:04
I am not sure also, my programs did work properly before updating the mac OS . Now I get the error message: Error: package or namespace load failed for 'tidyverse' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called 'dplyr'
– AloesR2512
Nov 11 at 10:04
I checked the list of installed and loaded packages, as dplyr was no longer on the list, I tried to reinstall both "dplyr" and "tidyverse" but both resulted in the error message shown above
– AloesR2512
Nov 11 at 10:06
I checked the list of installed and loaded packages, as dplyr was no longer on the list, I tried to reinstall both "dplyr" and "tidyverse" but both resulted in the error message shown above
– AloesR2512
Nov 11 at 10:06
|
show 4 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53244032%2fdplyr-no-longer-in-library%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Sorry, but your question isn't very clearly stated. Also, I'm not sure how it relates to programming.
– maxpaj
Nov 10 at 23:34
Please include all the error message from R terminal and (if possible) the output of this command:
sessionInfo()
– Tung
Nov 11 at 1:38
here is the output of the command sessionInfo: R version 3.5.1 (2018-07-02) Platform: x86_64-apple-darwin15.6.0 (64-bit) Running under: macOS 10.14.1 Matrix products: default BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib locale: [1] C [1] stats graphics grDevices utils datasets methods base [1] compiler_3.5.1 R6_2.3.0 tools_3.5.1 yaml_2.2.0
– AloesR2512
Nov 11 at 9:58
I am not sure also, my programs did work properly before updating the mac OS . Now I get the error message: Error: package or namespace load failed for 'tidyverse' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called 'dplyr'
– AloesR2512
Nov 11 at 10:04
I checked the list of installed and loaded packages, as dplyr was no longer on the list, I tried to reinstall both "dplyr" and "tidyverse" but both resulted in the error message shown above
– AloesR2512
Nov 11 at 10:06