You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #4007, we attempted to have shinyDeprecated() throw warn() instead of inform(), but we ended up reverting it (#4010) ended up causing reverse dependencies to have new problems. Here are those revdep/problems.md:
Run revdepcheck::cloud_details(, "CLME") for more info
Newly broken
checking whether package ‘CLME’ can be installed ... WARNING
Found the following significant warnings:
Warning: `shiny::dataTableOutput()` is deprecated as of shiny 1.8.1.
See ‘/tmp/workdir/CLME/new/CLME.Rcheck/00install.out’ for details.
Run revdepcheck::cloud_details(, "epimdr2") for more info
Newly broken
checking whether package ‘epimdr2’ can be installed ... WARNING
Found the following significant warnings:
Warning: `shiny::dataTableOutput()` is deprecated as of shiny 1.8.1.
See ‘/tmp/workdir/epimdr2/new/epimdr2.Rcheck/00install.out’ for details.
Run revdepcheck::cloud_details(, "MadanText") for more info
Newly broken
checking whether package ‘MadanText’ can be installed ... WARNING
Found the following significant warnings:
Warning: `shiny::dataTableOutput()` is deprecated as of shiny 1.8.1.
See ‘/tmp/workdir/MadanText/new/MadanText.Rcheck/00install.out’ for details.
In both
checking dependencies in R code ... NOTE
Namespaces in Imports field not imported from:
‘shinythemes’ ‘topicmodels’
All declared Imports should be used.
Run revdepcheck::cloud_details(, "MadanTextNetwork") for more info
Newly broken
checking whether package ‘MadanTextNetwork’ can be installed ... WARNING
Found the following significant warnings:
Warning: `shiny::dataTableOutput()` is deprecated as of shiny 1.8.1.
See ‘/tmp/workdir/MadanTextNetwork/new/MadanTextNetwork.Rcheck/00install.out’ for details.
In both
checking dependencies in R code ... NOTE
Namespaces in Imports field not imported from:
‘ngram’ ‘shinythemes’ ‘topicmodels’
All declared Imports should be used.
Run revdepcheck::cloud_details(, "NetSimR") for more info
Newly broken
checking whether package ‘NetSimR’ can be installed ... WARNING
Found the following significant warnings:
Warning: `shiny::dataTableOutput()` is deprecated as of shiny 1.8.1.
See ‘/tmp/workdir/NetSimR/new/NetSimR.Rcheck/00install.out’ for details.
Run revdepcheck::cloud_details(, "SEA") for more info
Newly broken
checking whether package ‘SEA’ can be installed ... WARNING
Found the following significant warnings:
Warning: `shiny::dataTableOutput()` is deprecated as of shiny 1.8.1.
See ‘/tmp/workdir/SEA/new/SEA.Rcheck/00install.out’ for details.
In both
checking installed package size ... NOTE
installed size is 15.6Mb
sub-directories of 1Mb or more:
R 15.0Mb
Run revdepcheck::cloud_details(, "SRTsim") for more info
Newly broken
checking whether package ‘SRTsim’ can be installed ... WARNING
Found the following significant warnings:
Warning: `shiny::dataTableOutput()` is deprecated as of shiny 1.8.1.
See ‘/tmp/workdir/SRTsim/new/SRTsim.Rcheck/00install.out’ for details.
The text was updated successfully, but these errors were encountered:
In #4007, we attempted to have
shinyDeprecated()
throwwarn()
instead ofinform()
, but we ended up reverting it (#4010) ended up causing reverse dependencies to have new problems. Here are thoserevdep/problems.md
:CLME
Run
revdepcheck::cloud_details(, "CLME")
for more infoNewly broken
In both
epimdr2
Run
revdepcheck::cloud_details(, "epimdr2")
for more infoNewly broken
LifemapR
Run
revdepcheck::cloud_details(, "LifemapR")
for more infoNewly broken
MadanText
Run
revdepcheck::cloud_details(, "MadanText")
for more infoNewly broken
In both
MadanTextNetwork
Run
revdepcheck::cloud_details(, "MadanTextNetwork")
for more infoNewly broken
In both
NetSimR
Run
revdepcheck::cloud_details(, "NetSimR")
for more infoNewly broken
SEA
Run
revdepcheck::cloud_details(, "SEA")
for more infoNewly broken
In both
SRTsim
Run
revdepcheck::cloud_details(, "SRTsim")
for more infoNewly broken
The text was updated successfully, but these errors were encountered: