()
| 168 | } |
| 169 | } |
| 170 | private pushFavoriteNames(){ |
| 171 | if(this.state){ |
| 172 | void this.state.update('r.helpPanel.favoriteNamesSet', this.favoriteNames); |
| 173 | } |
| 174 | } |
| 175 | |
| 176 | // let the user pick and install a package from CRAN |
| 177 | public async pickAndInstallPackages(pickMany: boolean = false): Promise<boolean> { |
no test coverage detected