Lattice program in R potentially causing an error with loading other packages and librariesError: Package “ggplot2” could not be found, when loading the caret packageError: package or namespace load failed for ‘car’unable to load caret packageNot able to load 'shiny' packagechoroplethr package in R won't loadError in installing packages in RloadNamespace error loading choroplethr package in RR: Error when loading package C50How can I load the Caret library with R version 3.5.1?How to repair R car package failure to load?
How do the Etherealness and Banishment spells interact?
Notepad++ cannot print
What is the best type of paint to paint a shipping container?
Why doesn't 'd /= d' throw a division by zero exception?
Obtaining the intermediate solutions in AMPL
Could George I (of Great Britain) speak English?
How do you interpolate outside the range of data?
What verb is かまされる?
Heyacrazy: No Diagonals
Prevent use of CNAME Record for Untrusted Domain
Do Bayesian credible intervals treat the estimated parameter as a random variable?
Prove your innocence
Two questions about typesetting a Roman missal
Add newline to prompt if it's too long
Is gzip atomic?
Can I get temporary health insurance while moving to the US?
Does this VCO produce a sine wave or square wave
Was the Boeing 2707 design flawed?
How much does Commander Data weigh?
New Math Formula?
Why is there a difference between predicting on Validation set and Test set?
Another solution to create a set with two conditions
Circular Reasoning for Epsilon-Delta Proof?
Why do all fields in a QFT transform like *irreducible* representations of some group?
Lattice program in R potentially causing an error with loading other packages and libraries
Error: Package “ggplot2” could not be found, when loading the caret packageError: package or namespace load failed for ‘car’unable to load caret packageNot able to load 'shiny' packagechoroplethr package in R won't loadError in installing packages in RloadNamespace error loading choroplethr package in RR: Error when loading package C50How can I load the Caret library with R version 3.5.1?How to repair R car package failure to load?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I keep getting this error message in R when loading new packages and libraries (see below). I think it has something to do with downloading the lattice package a few days ago but I have no idea how to uninstall this package or if that is even the issue.
library(raster)
Loading required package: sp
Error: package or namespace load failed for ‘sp’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘lattice’
Error: package ‘sp’ could not be loaded
In addition: Warning messages:
1: package ‘raster’ was built under R version 3.5.3
2: package ‘sp’ was built under R version 3.5.2
I tried using remove.packages("lattice")
but I am getting this message:
remove.packages("lattice")
Removing package from ‘C:/Users/schubba/OneDrive - Emory University/Documents/R/R-3.5.1/library’
(as ‘lib’ is unspecified)
Error in remove.packages : there is no package called ‘lattice’
r lattice
add a comment |
I keep getting this error message in R when loading new packages and libraries (see below). I think it has something to do with downloading the lattice package a few days ago but I have no idea how to uninstall this package or if that is even the issue.
library(raster)
Loading required package: sp
Error: package or namespace load failed for ‘sp’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘lattice’
Error: package ‘sp’ could not be loaded
In addition: Warning messages:
1: package ‘raster’ was built under R version 3.5.3
2: package ‘sp’ was built under R version 3.5.2
I tried using remove.packages("lattice")
but I am getting this message:
remove.packages("lattice")
Removing package from ‘C:/Users/schubba/OneDrive - Emory University/Documents/R/R-3.5.1/library’
(as ‘lib’ is unspecified)
Error in remove.packages : there is no package called ‘lattice’
r lattice
try removing it from your file structure and reinstalling
– CT Hall
Mar 27 at 18:55
How do you remove it from your file structure?
– Sydney
Mar 27 at 19:44
Going into File Explorer or equiv, locating where your R library is kept and deleting the folder lattice if it exists.
– CT Hall
Mar 27 at 19:50
I found the folder lattice and deleted it. Unfortunately I am still getting the same error message: > library(raster) Loading required package: sp Error: package or namespace load failed for ‘sp’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called ‘lattice’ Error: package ‘sp’ could not be loaded In addition: Warning messages: 1: package ‘raster’ was built under R version 3.5.3 2: package ‘sp’ was built under R version 3.5.2
– Sydney
Mar 27 at 20:44
add a comment |
I keep getting this error message in R when loading new packages and libraries (see below). I think it has something to do with downloading the lattice package a few days ago but I have no idea how to uninstall this package or if that is even the issue.
library(raster)
Loading required package: sp
Error: package or namespace load failed for ‘sp’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘lattice’
Error: package ‘sp’ could not be loaded
In addition: Warning messages:
1: package ‘raster’ was built under R version 3.5.3
2: package ‘sp’ was built under R version 3.5.2
I tried using remove.packages("lattice")
but I am getting this message:
remove.packages("lattice")
Removing package from ‘C:/Users/schubba/OneDrive - Emory University/Documents/R/R-3.5.1/library’
(as ‘lib’ is unspecified)
Error in remove.packages : there is no package called ‘lattice’
r lattice
I keep getting this error message in R when loading new packages and libraries (see below). I think it has something to do with downloading the lattice package a few days ago but I have no idea how to uninstall this package or if that is even the issue.
library(raster)
Loading required package: sp
Error: package or namespace load failed for ‘sp’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘lattice’
Error: package ‘sp’ could not be loaded
In addition: Warning messages:
1: package ‘raster’ was built under R version 3.5.3
2: package ‘sp’ was built under R version 3.5.2
I tried using remove.packages("lattice")
but I am getting this message:
remove.packages("lattice")
Removing package from ‘C:/Users/schubba/OneDrive - Emory University/Documents/R/R-3.5.1/library’
(as ‘lib’ is unspecified)
Error in remove.packages : there is no package called ‘lattice’
r lattice
r lattice
edited Mar 27 at 20:01
Federico Grandi
3,6373 gold badges14 silver badges32 bronze badges
3,6373 gold badges14 silver badges32 bronze badges
asked Mar 27 at 18:27
SydneySydney
61 bronze badge
61 bronze badge
try removing it from your file structure and reinstalling
– CT Hall
Mar 27 at 18:55
How do you remove it from your file structure?
– Sydney
Mar 27 at 19:44
Going into File Explorer or equiv, locating where your R library is kept and deleting the folder lattice if it exists.
– CT Hall
Mar 27 at 19:50
I found the folder lattice and deleted it. Unfortunately I am still getting the same error message: > library(raster) Loading required package: sp Error: package or namespace load failed for ‘sp’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called ‘lattice’ Error: package ‘sp’ could not be loaded In addition: Warning messages: 1: package ‘raster’ was built under R version 3.5.3 2: package ‘sp’ was built under R version 3.5.2
– Sydney
Mar 27 at 20:44
add a comment |
try removing it from your file structure and reinstalling
– CT Hall
Mar 27 at 18:55
How do you remove it from your file structure?
– Sydney
Mar 27 at 19:44
Going into File Explorer or equiv, locating where your R library is kept and deleting the folder lattice if it exists.
– CT Hall
Mar 27 at 19:50
I found the folder lattice and deleted it. Unfortunately I am still getting the same error message: > library(raster) Loading required package: sp Error: package or namespace load failed for ‘sp’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called ‘lattice’ Error: package ‘sp’ could not be loaded In addition: Warning messages: 1: package ‘raster’ was built under R version 3.5.3 2: package ‘sp’ was built under R version 3.5.2
– Sydney
Mar 27 at 20:44
try removing it from your file structure and reinstalling
– CT Hall
Mar 27 at 18:55
try removing it from your file structure and reinstalling
– CT Hall
Mar 27 at 18:55
How do you remove it from your file structure?
– Sydney
Mar 27 at 19:44
How do you remove it from your file structure?
– Sydney
Mar 27 at 19:44
Going into File Explorer or equiv, locating where your R library is kept and deleting the folder lattice if it exists.
– CT Hall
Mar 27 at 19:50
Going into File Explorer or equiv, locating where your R library is kept and deleting the folder lattice if it exists.
– CT Hall
Mar 27 at 19:50
I found the folder lattice and deleted it. Unfortunately I am still getting the same error message: > library(raster) Loading required package: sp Error: package or namespace load failed for ‘sp’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called ‘lattice’ Error: package ‘sp’ could not be loaded In addition: Warning messages: 1: package ‘raster’ was built under R version 3.5.3 2: package ‘sp’ was built under R version 3.5.2
– Sydney
Mar 27 at 20:44
I found the folder lattice and deleted it. Unfortunately I am still getting the same error message: > library(raster) Loading required package: sp Error: package or namespace load failed for ‘sp’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called ‘lattice’ Error: package ‘sp’ could not be loaded In addition: Warning messages: 1: package ‘raster’ was built under R version 3.5.3 2: package ‘sp’ was built under R version 3.5.2
– Sydney
Mar 27 at 20:44
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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%2f55384209%2flattice-program-in-r-potentially-causing-an-error-with-loading-other-packages-an%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f55384209%2flattice-program-in-r-potentially-causing-an-error-with-loading-other-packages-an%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
try removing it from your file structure and reinstalling
– CT Hall
Mar 27 at 18:55
How do you remove it from your file structure?
– Sydney
Mar 27 at 19:44
Going into File Explorer or equiv, locating where your R library is kept and deleting the folder lattice if it exists.
– CT Hall
Mar 27 at 19:50
I found the folder lattice and deleted it. Unfortunately I am still getting the same error message: > library(raster) Loading required package: sp Error: package or namespace load failed for ‘sp’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called ‘lattice’ Error: package ‘sp’ could not be loaded In addition: Warning messages: 1: package ‘raster’ was built under R version 3.5.3 2: package ‘sp’ was built under R version 3.5.2
– Sydney
Mar 27 at 20:44