Richard Meitern

Results 7 issues of Richard Meitern

So after clean install using the latest "rnaturalearth" on Windows 7 (R 3.5.3): The URL seems strange to me: http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_countries.zip Command that I ran: `countries10

I started with adding the latest (v10) OrthoDB version integration. However I'm unsure what would be the best way to provide users also to choose the version 8 of OrthoDB...

Do you also consider moving to OthoDB v9 ftp://cegg.unige.ch/OrthoDB9/ Or even higher v10 https://www.orthodb.org/?page=filelist

I tried to address simple issues from #4 the first commit is only simple stuff but I forgot to change the parameter count `{"C_write_data_frame_list", (DL_FUNC) &C_write_data_frame_list, 5},` I totally understand...

On the latest dev version. e.g. the call to ritis gives an error https://github.com/ropensci/ritis/issues/26 ```r get_tsn("Boleophthalmus dussumieri") ══ 1 queries ═══════════════ Retrieving data for taxon 'Boleophthalmus dussumieri' Error: ! The...

inside the main loop: if I do: ` digitalRead(A3); PMU.sleep(PM_POFFS0, SLEEP_4S); ` it goes to sleep for 4 seconds if I do: ` analogRead(A3); PMU.sleep(PM_POFFS0, SLEEP_4S); ` no sleep will...

The call to ritis::terms gives an error ```r ritis::terms("Boleophthalmus dussumieri", what = "scientific") Error: ! The `x` argument of `as_tibble()` can't be missing as of tibble 3.0.0. ``` Session Info...

bug