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;








1















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’









share|improve this question


























  • 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


















1















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’









share|improve this question


























  • 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














1












1








1








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’









share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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


















  • 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













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
);



);













draft saved

draft discarded


















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.



















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현