search for: jellyfish

Displaying 20 results from an estimated 22 matches for "jellyfish".

2018 Jan 02
1
httr::content without message
...ucible code. > > Ben Tupper > Bigelow Laboratory for Ocean Sciences > 60 Bigelow Drive, P.O. Box 380 > East Boothbay, Maine 04544 > http://www.bigelow.org > > Ecocast Reports: http://seascapemodeling.org/ecocast.html > Tick Reports: https://report.bigelow.org/tick/ > Jellyfish Reports: https://jellyfish.bigelow.org/jellyfish/ > > > ********************** "The contents of this message do not reflect any position of the U.S. Government or NOAA." ********************** Roy Mendelssohn Supervisory Operations Research Analyst NOAA/NMFS Environmental Res...
2017 Dec 16
0
Generating help files for a function
...provide commented, minimal, self-contained, reproducible code. Ben Tupper Bigelow Laboratory for Ocean Sciences 60 Bigelow Drive, P.O. Box 380 East Boothbay, Maine 04544 http://www.bigelow.org Ecocast Reports: http://seascapemodeling.org/ecocast.html Tick Reports: https://report.bigelow.org/tick/ Jellyfish Reports: https://jellyfish.bigelow.org/jellyfish/ [[alternative HTML version deleted]]
2017 Sep 06
1
rgdal error when trying to import raster
...ed, reproducible code. > >Ben Tupper >Bigelow Laboratory for Ocean Sciences >60 Bigelow Drive, P.O. Box 380 >East Boothbay, Maine 04544 >http://www.bigelow.org > >Ecocast Reports: http://seascapemodeling.org/ecocast.html >Tick Reports: https://report.bigelow.org/tick/ >Jellyfish Reports: https://jellyfish.bigelow.org/jellyfish/ > >______________________________________________ >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/posti...
2017 Aug 06
1
Nested for loop
...> Bigelow Laboratory for Ocean Sciences > > 60 Bigelow Drive, P.O. Box 380 > > East Boothbay, Maine 04544 > > http://www.bigelow.org > > > > Ecocast Reports: http://seascapemodeling.org/ecocast.html > > Tick Reports: https://report.bigelow.org/tick/ > > Jellyfish Reports: https://jellyfish.bigelow.org/jellyfish/ > > > > > > > > [[alternative HTML version deleted]]
2018 Jan 02
0
httr::content without message
...provide commented, minimal, self-contained, reproducible code. Ben Tupper Bigelow Laboratory for Ocean Sciences 60 Bigelow Drive, P.O. Box 380 East Boothbay, Maine 04544 http://www.bigelow.org Ecocast Reports: http://seascapemodeling.org/ecocast.html Tick Reports: https://report.bigelow.org/tick/ Jellyfish Reports: https://jellyfish.bigelow.org/jellyfish/ [[alternative HTML version deleted]]
2017 Sep 06
0
rgdal error when trying to import raster
...provide commented, minimal, self-contained, reproducible code. Ben Tupper Bigelow Laboratory for Ocean Sciences 60 Bigelow Drive, P.O. Box 380 East Boothbay, Maine 04544 http://www.bigelow.org Ecocast Reports: http://seascapemodeling.org/ecocast.html Tick Reports: https://report.bigelow.org/tick/ Jellyfish Reports: https://jellyfish.bigelow.org/jellyfish/
2017 Dec 16
5
Generating help files for a function
Hello everyone! I'm in the process of writing a package, and I'm using the lovely "R Package" book as a guideline. However, in the midst of my work, I discovered that I had omitted a function and am now putting in it the package. Not a problem. But the problem is the help file. What is the best way to generate a help file "after the fact" like that, please? Thank
2017 Sep 06
2
rgdal error when trying to import raster
Dear useRs, I am trying to import a raster with the line: nlcd <- raster("/home/jpolo/NRI/nlcd_nri5000.tif") And I keep getting an error like this: "Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,? : ? there is no package called 'rgdal' Error in .rasterObjectFromFile(x, band = band, objecttype =
2018 Jan 02
4
httr::content without message
Hi All: I am using httr to download files form a service, in this case a .csv file. When I use httr::content on the result, I get a message. Since this will be in a package. I want to suppress the message, but haven't figured out how to do so. The following should reproduce the result: myURL <-
2017 Aug 06
0
Nested for loop
...provide commented, minimal, self-contained, reproducible code. Ben Tupper Bigelow Laboratory for Ocean Sciences 60 Bigelow Drive, P.O. Box 380 East Boothbay, Maine 04544 http://www.bigelow.org Ecocast Reports: http://seascapemodeling.org/ecocast.html Tick Reports: https://report.bigelow.org/tick/ Jellyfish Reports: https://jellyfish.bigelow.org/jellyfish/
2018 Jan 17
3
roxygen2 error - x$tag operator is invalid for atomic vectors
Hi, I am trying to create my first R package. I will later today put the files on Github. However I gets this error and I can't find any reason for it: R> roxygen2::roxygenise() First time using roxygen2. Upgrading automatically... Error in x$tag : $ operator is invalid for atomic vectors R> Any ideas? Regards Martin M. S. Pedersen [[alternative HTML version deleted]]
2017 Aug 05
2
Nested for loop
Hi! Thanks for taking the time to read this. The code below creates a graph that takes 100 samples that are between 5% and 15% of the population (400). What I'd like to do, however, is add two other sections to the graph. It would look something like this: from 1-100 samples take 100 samples that are between 5% and 15% of the population (400). From 101-200 take 100 samples that are between
2023 Dec 04
1
Unable to add the CRAN apt repository
...t; wrote: > $> sudo /usr/bin/add-apt-repository "deb > https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release > -cs)-cran40/" Looks like `lsb_release -cs` returns a Mint codename for you. Thankfully, since we know that Linux Mint 21 is based on Ubuntu 22.04 "Jammy Jellyfish", it should be possible to replace $(lsb_release -cs) with jammy when running the command. Does the jammy-cran40/ subdirectory work for you? -- Best regards, Ivan
2023 Dec 04
1
Unable to add the CRAN apt repository
...r/bin/add-apt-repository "deb? > > https://cloud.r-project.org/bin/linux/ubuntu?$(lsb_release > > -cs)-cran40/" > > Looks like `lsb_release -cs` returns a Mint codename for you. > Thankfully, since we know that Linux Mint 21 is based on Ubuntu 22.04 > "Jammy Jellyfish", it should be possible to replace $(lsb_release -cs) > with jammy when running the command. Does the jammy-cran40/ > subdirectory work for you? > [[alternative HTML version deleted]]
2017 Aug 17
3
really dumb question with building/creating a new package.
Hello. I am creating a new RcmdrPlugin package. However, I am getting some very odd messages. R CMD build RcmdrPlugin.gstats_1.0.0 ERROR cannot change to directory ?RcmdrPlugin.gstats_1.0.0? es-macbook-air:~ emhodgess$ R CMD check RcmdrPlugin.gstats_1.0.0 Warning: ?RcmdrPlugin.gstats_1.0.0? is neither a file nor directory, skipping es-macbook-air:~ emhodgess$ cd RcmdrPlugin.gstats/
2023 Jun 20
1
Internal DNS issue
Hello, we are a company of 25 people and we use Samba AD for User, Pc and Server Management. We have a replica 2 of Samba AD Version 4.15.13-Ubuntu on Ubuntu 22.04.2 LTS (Jammy Jellyfish). All works fine but we have some problem with DNS resolution, i explain: If we use a vpn on one of our PCs, and that vpn is connected to a network with domain test.local, we cannot resolve the test.local addresses because the internal DNS of our Samba AD return that he has no record and k...
2017 Oct 24
5
Problem Subsetting Rows that Have NA's
This has every appearance of being a bug. If it is not a bug, can someone tell me what I am asking for when I ask for "x[x[,2]==0,]". Thanks. > #here is the toy dataset > x <- rbind(c(1,1),c(2,2),c(3,3),c(4,0),c(5,0),c(6,NA), + c(7,NA),c(8,NA),c(9,NA),c(10,NA) + ) > x [,1] [,2] [1,] 1 1 [2,] 2 2 [3,] 3 3 [4,] 4 0 [5,] 5 0
2023 Dec 04
2
Unable to add the CRAN apt repository
I just upgraded from Linux Mint 20 to 21 and am no longer able to add the CRAN Ubuntu repository to my list of repositories. ?I am getting: $> sudo /usr/bin/add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/" $> sudo apt update Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease Hit:2 http://archive.ubuntu.com/ubuntu jammy
2018 Oct 19
2
Can't access Samba shares from Nautilus
...nter SAMBA\kikinovak's password: Try "help" to get a list of possible commands. smb: \> dir . D 0 Fri Oct 19 09:45:37 2018 .. D 0 Fri Oct 19 08:47:34 2018 Lighthouse.jpg N 561276 Tue Jul 14 07:32:31 2009 Jellyfish.jpg N 775702 Tue Jul 14 07:32:31 2009 Desert.jpg N 845941 Tue Jul 14 07:32:31 2009 Koala.jpg N 780831 Tue Jul 14 07:32:31 2009 Hydrangeas.jpg N 595284 Tue Jul 14 07:32:31 2009 Tulips.jpg N 620888 Tue Jul 14 07:32:31 2...
2015 Jun 25
0
Processed: raising severity for GCC 5 issues, please fix these now (see https://wiki.debian.org/GCC5)
...ug #777920 [src:isdnutils] isdnutils: ftbfs with GCC-5 Severity set to 'serious' from 'important' > severity 777921 serious Bug #777921 [src:itksnap] itksnap: ftbfs with GCC-5 Severity set to 'serious' from 'important' > severity 777922 serious Bug #777922 [src:jellyfish] jellyfish: ftbfs with GCC-5 Severity set to 'serious' from 'important' > severity 777928 serious Bug #777928 [src:kmplayer] kmplayer: ftbfs with GCC-5 Severity set to 'serious' from 'important' > severity 777929 serious Bug #777929 [src:kphotoalbum] kphotoalbu...