Displaying 20 results from an estimated 21 matches for "munsel".
Did you mean:
unsel
2011 Aug 16
2
sysdata.rda, namespaces and package dependencies
Hi all,
I'm struggling with accessing a package dataset (munsell.map, stored
in sysdata.rda) when that package is imported, not required. A simple
reproducible example is:
install.packages("munsell")
munsell::mnsl("10B 4/6")
# Error in match(col, munsell.map$name) : object 'munsell.map' not found
library(munsell)
munsell::mnsl(&qu...
2019 Nov 08
3
improving the performance of install.packages
Hello,
Currently if you install a package twice:
install.packages("testit")
install.packages("testit")
R will build the package from source (depending on what OS you're using)
twice by default. This becomes especially burdensome when people are using
big packages (i.e. lots of depends) and someone has a script with:
install.packages("tidyverse")
...
... later
2007 Apr 08
0
locate nearest value in lookup table
Hi everyone,
I have a pile of data derived from an analytical device, which reports
values as a continuous distribution. I need to associate classes
(based on the Munsell color system) using a standard look-up table -
the problem is that I would like to find the *closest* matching entry
in the lookup table.
I have attempted to do this by first creating as difference vector
between color space coordinates associated with a single analytical
value and the entire loo...
2017 Aug 17
2
How to install Tidyverse on Ubuntu 17.04? Getting gcc errors for -fstack-protector-strong and -Wdate-time
...so
I presume it's the latest version. I want to install Tidyverse, which I've
spent many happy hours with under Windows. But when I do
install.packages("tidyverse") , I get errors about unrecognized command
line options to gcc. These start when the install hits the colorspace and
munsell packages. I'll show an example at the end of this post.
I've not found anyone else who had exactly that problem on Ubuntu 17.04.
But posts from people with similar problems suggest that my gcc might be a
version that's too old to recognise the options -fstack-protector-strong
and -Wda...
2009 Aug 24
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
Updated packages
----------------
New reviews
-----------
This email provided as a service for the R community by
http://crantastic.org.
Like it? Hate it? Please let us know: cranatic at gmail.com.
2006 Mar 02
1
extracting RGB values from a colorspace class object
...3
2.5Y 0.8 4 0.82 0.64 0.943
2.5Y 1 2 0.4362 0.4177 1.21
I have converted xyY coordinates to XYZ coordinates, based on the equations
presented here:
http://www.brucelindbloom.com/index.html?ColorCalcHelp.html
#read in the soil colors: munsell + xyY
soil <- read.table("soil_colors", header=F,
col.names=c("H","V","C","x","y","Y"))
#convert to XYZ
X <- (soil$x * soil$Y ) / soil$y
Y <- soil$Y
Z <- ( (1- soil$x - soil$y) * soil$Y ) / soil$y
#make an XYZ col...
2013 Jan 25
1
could not find function "qplot" after install.packages("ggplot2")
...irror of Singapore. it could not find qplot function.
Could anyone pls help me ? Thank you.
Pls see:
> install.packages("ggplot2")--- Please select a CRAN mirror for use in this session ---also installing the dependencies ¡®colorspace¡¯, ¡®stringr¡¯, ¡®RColorBrewer¡¯, ¡®dichromat¡¯, ¡®munsell¡¯, ¡®labeling¡¯, ¡®plyr¡¯, ¡®gtable¡¯, ¡®reshape2¡¯, ¡®scales¡¯, ¡®proto¡¯
trying URL 'http://cran.stat.nus.edu.sg/bin/macosx/leopard/contrib/2.15/colorspace_1.2-0.tgz'Content type 'application/x-gzip' length 404742 bytes (395 Kb)opened URL==========================================...
2004 Dec 21
4
Creating a vector of colours that are as different from one another as possible
Hi
I want to create a vector of colors that are as different from one
another as possible. ?rainbow states "Conceptually, all of these
functions actually use (parts of) a line cut out of the 3-dimensional
color space...". This suggests to me that the resulting colors are all
placed on this "line" and are equi-distant along it. The resulting
color palette is a range of
2024 Oct 15
1
R Package: 'ggbreak' in Dockerfile
...quot;
labeling "labeling" "/usr/local/lib/R/site-library" "0.4.3"
lifecycle "lifecycle" "/usr/local/lib/R/site-library" "1.0.4"
magrittr "magrittr" "/usr/local/lib/R/site-library" "2.0.3"
munsell "munsell" "/usr/local/lib/R/site-library" "0.5.1"
patchwork "patchwork" "/usr/local/lib/R/site-library" "1.3.0"
pillar "pillar" "/usr/local/lib/R/site-library" "1.9.0"
pkgconfig...
2023 Jun 01
1
error in arfima...
...ot; "dplyr" "tidyselect" "Rcpp" "parallel"
[6] "scales" "lattice" "ggplot2" "R6" "generics"
[11] "curl" "lmtest" "tibble" "munsell" "nnet"
[16] "forecast" "timeDate" "pillar" "rlang" "quantmod"
[21] "utf8" "urca" "quadprog" "cli" "magrittr"
[26] "xts"...
2009 Feb 25
0
ggplot2 0.8.2
...io that produces squares
* ggsave: filename now first parameter, not second
* qplot: if sample aesthetic is used, stat automatically set to qq
* scale_datetime: improved breaks calculation
* scale_gradient: better default colour scheme from red to blue
(thanks to Charlotte Wickham for providing the Munsell colours)
* scale_size and scale_area: increased default size range
* stats: all give useful error message if missing a required aesthetic
* theme_set warns if missing needed theme elements
* theme_text: now possible to right and left align text with hjust=0
and hjust=1 respectively
Bug fixes
* b...
2009 Feb 25
0
ggplot2 0.8.2
...io that produces squares
* ggsave: filename now first parameter, not second
* qplot: if sample aesthetic is used, stat automatically set to qq
* scale_datetime: improved breaks calculation
* scale_gradient: better default colour scheme from red to blue
(thanks to Charlotte Wickham for providing the Munsell colours)
* scale_size and scale_area: increased default size range
* stats: all give useful error message if missing a required aesthetic
* theme_set warns if missing needed theme elements
* theme_text: now possible to right and left align text with hjust=0
and hjust=1 respectively
Bug fixes
* b...
2017 Nov 14
0
Possible bug(s) causing ggplot2 and XLConnect to crash recent builds of r-devel
...using RStudio. As a result the following 20 packages were the only packages installed in the previously empty library tree:
"colorspace","dichromat","digest","ggplot2","gtable","labeling","lazyeval",
"magrittr","munsell","plyr","R6","RColorBrewer","Rcpp","reshape2","rlang","scales",
"stringi","stringr","tibble","viridisLite"
I then executed the above code in the Console window of Rstudio (running...
2023 May 31
1
error in arfima...
dear members,
I am using arfima() from forecast package to model a time series. The following is the code:
> LYGH[[202]]
[1] 45.40 3.25 6.50 2.15
> arfima(LYGH[[202]])
Error in .fdcov(x, fdf$d, h, nar = nar, nma = nma, hess = hess, fdf.work = fdf$w) :
NA/NaN/Inf in foreign function call (arg 5)
I tried viewing .fdcov() with the following code:
2024 Oct 15
2
R Package: 'ggbreak' in Dockerfile
Don't you have to load BiocManager before using it?
-----Original Message-----
From: R-SIG-Debian <r-sig-debian-bounces at r-project.org> On Behalf Of Gerber, Lauren J
Sent: Tuesday, October 15, 2024 9:15 AM
To: r-sig-debian at r-project.org
Cc: dirk at eddelbuettel.com
Subject: Re: [R-sig-Debian] R Package: 'ggbreak' in Dockerfile
Hi All,
Does anyone have experience
2020 Jun 26
2
R 4.0.0 rebuild status
On Friday, 26 June 2020 10.47.13 WEST I?aki Ucar wrote:
> I used bcond locally and wrongly assumed that fedpkg build would
> support --with BCOND and --without BCOND. Instead, the way to activate
> it is to change to "%bcond_with check" and then revert to
> "%bcond_without check". The only difference with bootstrap is that
> "bootstrap" is recognized
2023 Jun 05
1
error in arfima...
...t_7.3-16 tidyselect_1.2.0 glue_1.6.2 R6_2.5.1 fansi_1.0.4
> [31] ggplot2_3.4.2 TTR_0.24.3 magrittr_2.0.3 scales_1.2.1 quantmod_0.4.20
> [36] timeDate_4021.106 colorspace_2.1-0 fracdiff_1.5-1 quadprog_1.5-8 utf8_1.2.3
> [41] stinepack_1.4 munsell_0.5.0 zoo_1.8-10
> PLease Also note:
> arfima(c(45.4, 3.25, 6.5, 2.14999999999998))
> Call:
> arfima(y = c(45.4, 3.25, 6.5, 2.14999999999998))
> Coefficients:
> d
> 4.583013e-05
> sigma[eps] = 18.01252
> a list with components:
> [1] "log.l...
2017 Jul 31
3
reproducible segmentation fault installing packages on FreeBSD 11.1
...ession ---
[New LWP 100239 of process 56011]
[LWP 100239 of process 56011 exited]
--- snip ---
Selection: 1
[New LWP 100265 of process 56011]
[LWP 100265 of process 56011 exited]
also installing the dependencies ?stringi?, ?magrittr?, ?colorspace?, ?Rcpp?, ?stringr?, ?RColorBrewer?, ?dichromat?, ?munsell?, ?labeling?, ?rlang?, ?digest?, ?gtable?, ?plyr?, ?reshape2?, ?scales?, ?tibble?, ?lazyeval?
trying URL 'https://cloud.r-project.org/src/contrib/stringi_1.1.5.tar.gz'
[New LWP 100267 of process 56011]
[LWP 100267 of process 56011 exited]
Content type 'application/x-gzip' length 3...
2020 Jun 04
2
mclust package installation is preparing for lazy loading and never finishes
...fansi hms modeltools promises rstudioapi
viridisLite
clipr farver htmltools mstate ps
rvest webshot
coda.base flexmix htmlwidgets muhaz purrr
scales whisker
colorspace flexsurv httr munsell qpdf
selectr withr
crayon flextable isoband mvtnorm quadprog
spatial xfun
crosstalk forcats jsonlite nlme R6
stringi xml2
curl foreign kableExtra officer RColorBrewer
stringr...
2019 Jul 04
2
Fwd: Fedora 31 System-Wide change proposal: Automatic R runtime dependencies
...stenv
* R-littler
* R-lmodel2
* R-lmtest
* R-lokern
* R-lubridate
* R-maanova
* R-magrittr
* R-mapproj
* R-maps
* R-mAr
* R-markdown
* R-matrixStats
* R-measurements
* R-memoise
* R-microbenchmark
* R-mime
* R-miniUI
* R-mlbench
* R-mnormt
* R-mockery
* R-mockr
* R-msm
* R-multcomp
* R-multtest
* R-munsell
* R-mvtnorm
* R-nanotime
* R-ncdf4
* R-NISTunits
* R-nws
* R-nycflights13
* R-openssl
* R-orcutt
* R-packrat
* R-parsedate
* R-pbdRPC
* R-pbdZMQ
* R-pdftools
* R-pillar
* R-pingr
* R-pkgbuild
* R-pkgconfig
* R-pkgdown
* R-pkgload
* R-plogr
* R-pls
* R-plyr
* R-png
* R-poLCA
* R-polyclip
* R-polyno...