Hi, In an older version of R i was using the package colourlovers to get nice color palettes. I just updated my R to the latest version and now i am getting the following error: id='292482' pl1 <- clpalette(id) Opening and ending tag mismatch: input line 114 and form Opening and ending tag mismatch: input line 113 and div Opening and ending tag mismatch: input line 112 and div Opening and ending tag mismatch: form line 98 and div Entity 'bull' not defined Entity 'bull' not defined Opening and ending tag mismatch: div line 92 and body Opening and ending tag mismatch: div line 84 and html Premature end of data in tag div line 82 Premature end of data in tag body line 81 Premature end of data in tag html line 5 Error: 1: Opening and ending tag mismatch: input line 114 and form 2: Opening and ending tag mismatch: input line 113 and div 3: Opening and ending tag mismatch: input line 112 and div 4: Opening and ending tag mismatch: form line 98 and div 5: Entity 'bull' not defined 6: Entity 'bull' not defined 7: Opening and ending tag mismatch: div line 92 and body 8: Opening and ending tag mismatch: div line 84 and html 9: Premature end of data in tag div line 82 10: Premature end of data in tag body line 81 11: Premature end of data in tag html line 5 My session is as follows on Windows 10 64 bit machine: sessionInfo(package = NULL) R version 4.1.0 (2021-05-18) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 18363) Matrix products: default locale: [1] LC_COLLATE=English_United States.1252 [2] LC_CTYPE=English_United States.1252 [3] LC_MONETARY=English_United States.1252 [4] LC_NUMERIC=C [5] LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] colourlovers_0.3.6 reshape2_1.4.4 forcats_0.5.1 stringr_1.4.0 [5] dplyr_1.0.7 purrr_0.3.4 readr_1.4.0 tidyr_1.1.3 [9] tibble_3.1.2 ggplot2_3.3.5 tidyverse_1.3.1 Rcpp_1.0.6 Maybe i need a separate package to install that i didn't? Thanks for any help, Monica [[alternative HTML version deleted]]
On Mon, 28 Jun 2021, Monica Palaseanu-Lovejoy wrote:> Hi, > > In an older version of R i was using the package colourlovers to get nice > color palettes. I just updated my R to the latest version and now i am > getting the following error:Presumably, there was a change in the API of the colourlovers web site. Issues like this are best raised in the issues of the corresponding GitHub project (as also linked under "BugReports" on CRAN). In fact, virtually the same problem has alsoready been reported there last month but it has not yet been fixed: https://github.com/andrewheiss/colourlovers/issues/14> id='292482' > pl1 <- clpalette(id) > > Opening and ending tag mismatch: input line 114 and form > Opening and ending tag mismatch: input line 113 and div > Opening and ending tag mismatch: input line 112 and div > Opening and ending tag mismatch: form line 98 and div > Entity 'bull' not defined > Entity 'bull' not defined > Opening and ending tag mismatch: div line 92 and body > Opening and ending tag mismatch: div line 84 and html > Premature end of data in tag div line 82 > Premature end of data in tag body line 81 > Premature end of data in tag html line 5 > Error: 1: Opening and ending tag mismatch: input line 114 and form > 2: Opening and ending tag mismatch: input line 113 and div > 3: Opening and ending tag mismatch: input line 112 and div > 4: Opening and ending tag mismatch: form line 98 and div > 5: Entity 'bull' not defined > 6: Entity 'bull' not defined > 7: Opening and ending tag mismatch: div line 92 and body > 8: Opening and ending tag mismatch: div line 84 and html > 9: Premature end of data in tag div line 82 > 10: Premature end of data in tag body line 81 > 11: Premature end of data in tag html line 5 > > My session is as follows on Windows 10 64 bit machine: > > sessionInfo(package = NULL) > R version 4.1.0 (2021-05-18) > Platform: x86_64-w64-mingw32/x64 (64-bit) > Running under: Windows 10 x64 (build 18363) > > Matrix products: default > > locale: > [1] LC_COLLATE=English_United States.1252 > [2] LC_CTYPE=English_United States.1252 > [3] LC_MONETARY=English_United States.1252 > [4] LC_NUMERIC=C > [5] LC_TIME=English_United States.1252 > > attached base packages: > [1] stats graphics grDevices utils datasets methods base > > other attached packages: > [1] colourlovers_0.3.6 reshape2_1.4.4 forcats_0.5.1 stringr_1.4.0 > > [5] dplyr_1.0.7 purrr_0.3.4 readr_1.4.0 tidyr_1.1.3 > > [9] tibble_3.1.2 ggplot2_3.3.5 tidyverse_1.3.1 Rcpp_1.0.6 > > > Maybe i need a separate package to install that i didn't? > > Thanks for any help, > Monica > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >
Hi Monica In the meantime you could try RColorBrewers https://www.r-graph-gallery.com/38-rcolorbrewers-palettes.html Cheers Petr> -----Original Message----- > From: R-help <r-help-bounces at r-project.org> On Behalf Of Monica > Palaseanu-Lovejoy > Sent: Monday, June 28, 2021 2:58 PM > To: r-help <r-help at r-project.org> > Subject: [R] colourlovers error > > Hi, > > In an older version of R i was using the package colourlovers to get nicecolor> palettes. I just updated my R to the latest version and now i am gettingthe> following error: > > id='292482' > pl1 <- clpalette(id) > > Opening and ending tag mismatch: input line 114 and form Opening and > ending tag mismatch: input line 113 and div Opening and ending tag > mismatch: input line 112 and div Opening and ending tag mismatch: formline> 98 and div Entity 'bull' not defined Entity 'bull' not defined Opening and > ending tag mismatch: div line 92 and body Opening and ending tag mismatch: > div line 84 and html Premature end of data in tag div line 82 Prematureend of> data in tag body line 81 Premature end of data in tag html line 5 > Error: 1: Opening and ending tag mismatch: input line 114 and form > 2: Opening and ending tag mismatch: input line 113 and div > 3: Opening and ending tag mismatch: input line 112 and div > 4: Opening and ending tag mismatch: form line 98 and div > 5: Entity 'bull' not defined > 6: Entity 'bull' not defined > 7: Opening and ending tag mismatch: div line 92 and body > 8: Opening and ending tag mismatch: div line 84 and html > 9: Premature end of data in tag div line 82 > 10: Premature end of data in tag body line 81 > 11: Premature end of data in tag html line 5 > > My session is as follows on Windows 10 64 bit machine: > > sessionInfo(package = NULL) > R version 4.1.0 (2021-05-18) > Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 > (build 18363) > > Matrix products: default > > locale: > [1] LC_COLLATE=English_United States.1252 [2] LC_CTYPE=English_United > States.1252 [3] LC_MONETARY=English_United States.1252 [4] > LC_NUMERIC=C [5] LC_TIME=English_United States.1252 > > attached base packages: > [1] stats graphics grDevices utils datasets methods base > > other attached packages: > [1] colourlovers_0.3.6 reshape2_1.4.4 forcats_0.5.1stringr_1.4.0> > [5] dplyr_1.0.7 purrr_0.3.4 readr_1.4.0 tidyr_1.1.3 > > [9] tibble_3.1.2 ggplot2_3.3.5 tidyverse_1.3.1 Rcpp_1.0.6 > > > Maybe i need a separate package to install that i didn't? > > Thanks for any help, > Monica > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting- > guide.html > and provide commented, minimal, self-contained, reproducible code.